home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / async.zip / MAKEFILE < prev    next >
Text File  |  1986-10-10  |  246b  |  8 lines

  1. CFLAGS=
  2. async.com : async.o handler.o mint.o stksiz.o forkp.o _croot.o
  3.     ln -t -o $@ $< -lc
  4. async.doc : async.nr
  5.     nro -m\nro\an.nro async.nr >async.doc
  6. \d\arc\async.arc : async.com async.doc
  7.     pkarc u $@ *.c *.asm makefile *.doc *.com *.bat
  8.